Back to Devexpress

GridOptionsDetail.SmartDetailHeight Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-22507de6.md

latest1.6 KB
Original Source

GridOptionsDetail.SmartDetailHeight Property

Reserved for future use.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool SmartDetailHeight { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property SmartDetailHeight As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

Reserved for future use.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SmartDetailHeight
GridView

.OptionsDetail .SmartDetailHeight

|

See Also

GridOptionsDetail Class

GridOptionsDetail Members

DevExpress.XtraGrid.Views.Grid Namespace