Skip to main content

StyleFormatConditionBase.Name Property

Gets or sets the StyleFormatConditionBase object’s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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