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

FormatConditionRuleDataBar.PredefinedName Property

Gets or sets the name of the predefined bar style.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string PredefinedName { get; set; }

#Property Value

Type Default Description
String String.Empty

A string value that specifies the predefined style name.

#Remarks

The PredefinedName property specifies the name of a predefined style. Available predefined formats include “Blue”, “Blue Gradient”, “Light Blue”, “Light Blue Gradient”, “Green”, “Green Gradient”, “Yellow”, “Yellow Gradient”, “Orange”, “Orange Gradient”, “Mint”, “Mint Gradient”, “Violet”, “Violet Gradient”, “Raspberry”, “Raspberry Gradient”, “Coral”, “Coral Gradient”.

FormatRule-DataBar-PredefinedName

If the FormatConditionRuleDataBar.Appearance and/or FormatConditionRuleDataBar.AppearanceNegative properties are set, they override appearance settings of the selected predefined style.

See Also