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

StyleFormatConditionBase.Name Property

Gets or sets the StyleFormatConditionBase object’s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that represents the StyleFormatConditionBase object’s name.

See Also