BootstrapGridColumnEditFormSettings.ShowCaption Property
Gets or sets a value that specifies whether or not to show the edit cell’s caption
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default | true, to show layout group item captions; otherwise, false. |
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. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowCaption |
---|---|
BootstrapGridViewDataColumn |
|
See Also