Class AccordionPanel
public class AccordionPanel : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IAccordionPanel, IHasText
- Inheritance
-
AccordionPanel
- Implements
- Inherited Members
Constructors
AccordionPanel()
public AccordionPanel()
Properties
Animate
public bool? Animate { get; set; }
Property Value
- bool?
AppPage
protected LobbyBasePage AppPage { get; }
Property Value
Count
public int? Count { get; set; }
Property Value
- int?
Icon
public string Icon { get; set; }
Property Value
IsSelected
public bool IsSelected { get; set; }
Property Value
IsTitleLocalizable
public bool IsTitleLocalizable { get; set; }
Property Value
NextPageUrl
public string NextPageUrl { get; set; }
Property Value
Subtitle
public string Subtitle { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
TitleSize
public int? TitleSize { get; set; }
Property Value
- int?
Methods
Render(HtmlTextWriter)
protected override void Render(HtmlTextWriter writer)
Parameters
writerHtmlTextWriter
Events
SelectedChanged
public event EventHandler SelectedChanged