Skip to main content
A newer version of this page is available. .

FormatRuleBase.Name Property

Gets or sets the name of the current object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue("")]
[DXCategory("Data")]
public string Name { get; set; }

Property Value

Type Default Description
String String.Empty

The object’s name.

See Also