Back to Devexpress

GridToolbar.Enabled Property

aspnet-devexpress-dot-web-dot-gridtoolbar.md

latest1.1 KB
Original Source

GridToolbar.Enabled Property

Gets or sets a value that indicates whether the toolbar is enabled, allowing the toolbar to respond to end-user interactions.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

When this property is set to false, the grid’s toolbar doesn’t respond to end-user interactions.

See Also

GridToolbar Class

GridToolbar Members

DevExpress.Web Namespace