Back to Devexpress

FormatRuleBase.RuleType Property

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-d77f359c.md

latest1.2 KB
Original Source

FormatRuleBase.RuleType Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(999)]
public string RuleType { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(999)>
Public Property RuleType As String

Property Value

Type
String

See Also

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace