Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AppearanceAttribute.Id Property

Specifies the unique identifier for the appearance rule created using the current attribute instance.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

public string Id { get; set; }

Property Value

Type Description
String

A string containing the rule’s unique identifier.

Remarks

You can use any string value as a conditional appearance rule identifier. When declaring multiple rules, make sure that the identifiers are unique.

See Also