Skip to main content
A newer version of this page is available. .

ApplyAppearanceEventArgs.View Property

OBSOLETE

Use the ViewInfo property instead

Gets the current View.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v19.1.dll

Declaration

[Obsolete("Use the ViewInfo property instead", true)]
public View View { get; }

Property Value

Type Description
View

A View object.

See Also