Skip to main content
.NET 6.0+

ApplyAppearanceEventArgs.View Property

OBSOLETE

Use the ViewInfo property instead

Gets the current View.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v23.2.dll

Declaration

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

Property Value

Type Description
View

A View object.

See Also