Back to Devexpress

FormatRuleBase.Name Property

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-26fdcddf.md

latest1.2 KB
Original Source

FormatRuleBase.Name Property

Gets or sets the name of the current object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

The object’s name.

|

See Also

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace