Class DynamicSizeMode
Defines the dynamic size option for SfAccordion.
Inheritance
System.Object
DynamicSizeMode
Namespace: Syncfusion.XForms.Accordion
Assembly: Syncfusion.Expander.XForms.dll
Syntax
public sealed class DynamicSizeMode : Enum
Fields
Content
Indicates that the Content gets re-measured and layout when its size is updated at runtime.
Declaration
public const DynamicSizeMode Content
Field Value
Type |
---|
DynamicSizeMode |
Header
Indicates that the Header gets re-measured and layout when its size is updated at runtime.
Declaration
public const DynamicSizeMode Header
Field Value
Type |
---|
DynamicSizeMode |
None
Declaration
public const DynamicSizeMode None
Field Value
Type |
---|
DynamicSizeMode |