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

CollectAppearanceRulesEventArgs.ViewInfo Property

Gets the information related to the current View.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public IViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.ExpressApp.Editors.IViewInfo

Gets the IViewInfo object that provides information related to the current View.

See Also