Back to Devexpress

CollectAppearanceRulesEventArgs.ViewInfo Property

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-collectappearanceruleseventargs-a198b875.md

latest1.4 KB
Original Source

CollectAppearanceRulesEventArgs.ViewInfo Property

Gets the information related to the current View.

Namespace : DevExpress.ExpressApp.ConditionalAppearance

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

NuGet Package : DevExpress.ExpressApp.ConditionalAppearance

Declaration

csharp
public IViewInfo ViewInfo { get; }
vb
Public ReadOnly Property ViewInfo As IViewInfo

Property Value

TypeDescription
DevExpress.ExpressApp.Editors.IViewInfo

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

|

See Also

CollectAppearanceRulesEventArgs Class

CollectAppearanceRulesEventArgs Members

DevExpress.ExpressApp.ConditionalAppearance Namespace