DxButton Members
A button control that supports advanced style and content customization options.Constructors
Name | Description |
---|---|
DxButton() | Initializes a new instance of the DxButton class. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
Click | Executes when the button is clicked. |
See Also