RowProperties.CustomizationCaption Property
Gets or sets the row’s caption when its header is displayed within the Customization Form.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[DefaultValue("")]
[XtraSerializableProperty]
public string CustomizationCaption { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string that specifies the row’s caption when its header is displayed within the Customization Form. |
Remarks
The row’s header is displayed within the Customization Form when the row is hidden (its BaseRow.Visible property is set to false) and its VGridOptionsRow.ShowInCustomizationForm option is set to true. Use the CustomizationCaption property to specify the text that will represent the row in the Customization Form. Otherwise, if this property isn’t set, the row’s caption (RowProperties.Caption) will be displayed in the Customization Form.
The find panel searches for a row by its caption, tooltip, field name, and caption in the customization form. The SearchTags property allows you to provide custom tags by which the find panel can find this row.