Skip to main content

StyleFormatConditionCollection.View Property

Gets the View that owns the collection.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public BaseView View { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the View that owns the collection.

See Also