FormatRuleBase.Name Property
In This Article
Gets or sets the name of the current object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue("")]
[DXCategory("Data")]
[XtraSerializableProperty]
public string Name { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The object’s name. |
See Also