Back to Devexpress

GridToolbarItem.ClientEnabled Property

aspnet-devexpress-dot-web-dot-gridtoolbaritem-f1587526.md

latest1.2 KB
Original Source

GridToolbarItem.ClientEnabled Property

Gets or sets a value that indicates whether the toolbar item is enabled on the client.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ClientEnabled { get; set; }
vb
<DefaultValue(True)>
Public Property ClientEnabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if the toolbar item is enabled; otherwise, false.

|

Remarks

Use the ClientEnabled property to specify the toolbar item’s initial ability to respond to end-user interactions (such as mouse hovering or clicks).

See Also

GridToolbarItem Class

GridToolbarItem Members

DevExpress.Web Namespace