ASPxGridViewCustomButtonInitializer.Visible Property
In This Article
Gets or sets whether the processed custom button is visible.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public DefaultBoolean Visible { get; set; }
#Property Value
Type | Description |
---|---|
Default |
One of the Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also