DxButton Properties
A button control that supports advanced style and content customization options.Name | Description |
---|---|
ChildContent | Specifies Button content. |
CssClass | Assign a CSS class to the component. Inherited from DxComponentBase. |
Enabled | Specifies whether the button is enabled. |
IconCssClass | Specifies the icon’s CSS class. |
IconPosition | Specifies the icon’s position. |
Id | Specifies the component’s unique identifier. Inherited from DxComponentBase. |
NavigateUrl | Specifies the button’s target URL. |
RenderStyle | Specifies the button’s predefined style. |
RenderStyleMode | Specifies the button’s color filling type. |
SizeMode | Specifies a button size. |
SubmitFormOnClick | Specifies whether the button can submit a form. |
Text | Specifies the button’s text. |
Visible | Specifies the button’s visibility. |
See Also