Skip to main content
.NET 6.0+

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