Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListAppearanceCollection.CustomizationFormHint Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

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

#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 a hint text detailing the purpose of the Customization Form. The hint text is stored in the TreeListLocalizer class, and can be accessed and localized by overriding the TreeListLocalizer.GetLocalizedString method. Use the TreeListStringId.CustomizationFormColumnHint constant to identify the hint text via the TreeListLocalizer.GetLocalizedString method. See Localizing WinForms Controls via Localizer Objects to learn more.

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

See Also