A newer version of this page is available.
Switch to the current version.
EditButton.Enabled Property
Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool Enabled { get; set; }
<DefaultValue(True)>
Public Property Enabled As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the button is enabled; otherwise, false. |
Remarks
When this property is set to false, the edit button doesn't response to end-user interactions such as mouse hovering or clicks.
See Also
Feedback