Back to Devexpress

FormatConditionRuleDataBar.PredefinedName Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionruledatabar-3fc64534.md

latest2.5 KB
Original Source

FormatConditionRuleDataBar.PredefinedName Property

Gets or sets the name of the predefined bar style.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string PredefinedName { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public Property PredefinedName As String

Property Value

TypeDefaultDescription
StringString.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”.

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

See Also

Appearance

AppearanceNegative

FormatConditionRuleDataBar Class

FormatConditionRuleDataBar Members

DevExpress.XtraEditors Namespace