Back to Devexpress

FormatRuleBase.Description Property

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-125cd035.md

latest2.1 KB
Original Source

FormatRuleBase.Description Property

Gets or sets the text description of the format rule.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
String

The text description of the format rule.

|

Remarks

Format rule descriptions are initially hidden. Enable the control AllowFormatRuleDescription option to show descriptions and allow users to edit them.

Controls display format rule descriptions in Rule Editor and Rule Manager :

See Also

ColumnViewOptionsView.AllowFormatRuleDescription

TreeListOptionsView.AllowFormatRuleDescription

VGridOptionsView.AllowFormatRuleDescription

PivotGridOptionsView.AllowFormatRuleDescription

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace