Skip to main content
A newer version of this page is available. .
All docs
V21.1

DetailTabStyleEventArgs.PatternView Property

Gets a view used as a template to create a view that actually appears on the screen.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v21.1.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public BaseView PatternView { get; }

Property Value

Type Description
BaseView

An object that specifies a view.

See Also