Back to Devexpress

AppearanceAttribute.Id Property

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-appearanceattribute-27c78b98.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public string Id { get; set; }
vb
Public Property Id As String

Property Value

TypeDescription
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

Declare Conditional Appearance Rules in Code

AppearanceAttribute Class

AppearanceAttribute Members

DevExpress.ExpressApp.ConditionalAppearance Namespace