Skip to main content

GridViewAppearances.CustomizationFormHint Property

Gets or sets the appearance of the hint text displayed within an empty Customization Form.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public AppearanceObject CustomizationFormHint { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that contains corresponding style settings.

Remarks

When a Customization Form is empty, it displays hint text detailing the purpose of the Customization Form. The hint text is stored in the GridLocalizer class, and can be accessed and localized by overriding the GridLocalizer.GetLocalizedString method. Use the GridStringId.CustomizationFormColumnHint constant to identify the hint text via the GridLocalizer.GetLocalizedString method. See Localization to learn more.

The CustomizationFormHint property allows the appearance (font settings, color and alignment) of the hint text to be customized.

See Also