GridViewAlternatingRowStyle.Enabled Property
Gets or sets whether the style settings used to paint alternating rows are enabled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean Enabled { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | One of the enumeration values. |
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. |
|