DetailTabStyleEventArgs.PatternView Property
In This Article
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.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public BaseView PatternView { get; }
#Property Value
Type | Description |
---|---|
Base |
An object that specifies a view. |
See Also