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

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.v18.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