Skip to main content
.NET 6.0+

IAppearanceRuleProperties.DeclaringType Property

Gets the target type of the appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

[Browsable(false)]
Type DeclaringType { get; }

Property Value

Type Description
Type

A Type object that specifies the target type.

See Also