Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowCaption { get; set; }

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.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCaption
BootstrapGridViewDataColumn
.SettingsEditForm .ShowCaption
See Also