Name | Description | |
---|---|---|
C1Expander Constructor | Initializes a new instance of the C1Expander class. |
The following tables list the members exposed by C1Expander.
Name | Description | |
---|---|---|
C1Expander Constructor | Initializes a new instance of the C1Expander class. |
Name | Description | |
---|---|---|
_background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
ExpandDirectionProperty | Identifies the ExpandDirection dependency property. | |
ExpandIconAlignmentProperty | Identifies the ExpandIconAlignment dependency property. | |
ExpandIconStyleProperty | Identifies the ExpandIconStyle dependency property. | |
ExpandIconTemplateProperty | Identifies the ExpandIconTemplate dependency property. | |
HeaderProperty | Identifies the Header dependency property. | |
HeaderStyleProperty | Identifies the HeaderStyle dependency property. | |
HeaderTemplateProperty | Identifies the HeaderTemplate dependency property. | |
IsExpandableProperty | Identifies the IsExpandable dependency property. | |
IsExpandedProperty | Identifies the IsExpanded dependency property. |
Name | Description | |
---|---|---|
Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) | |
BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) | |
BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) | |
ChildContent | Gets or sets the content of the control. | |
Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) | |
ExpandDirection | Gets or sets the direction the expander expands. | |
ExpandIconAlignment | Gets or sets the alignment of the expand icon. | |
ExpandIconStyle | Gets or sets the style applied to the expand icon. | |
ExpandIconTemplate | Gets or sets the template of the expand icon. | |
FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) | |
FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) | |
Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) | |
Header | Gets or sets the header. | |
HeaderStyle | Gets or sets the style of the header. | |
HeaderTemplate | Gets or sets the template of the header. | |
InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) | |
IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) | |
IsExpandable | Gets or sets whether the expander can be expanded and collapsed. | |
IsExpanded | Gets or sets whether the expander content is visible. | |
IsExpandedChanged | Gets or sets the callback called when the IsExpanded property has changed. | |
IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) | |
Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) | |
Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
TabIndex | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) | |
Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
Name | Description | |
---|---|---|
Dispose | (Inherited from C1.Blazor.Core.C1View) | |
Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |