Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAppearanceRuleProperties.DeclaringType Property

Gets the target type of the appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

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

Property Value

Type Description
Type

A Type object that specifies the target type.

See Also