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.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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