Skip to main content

TableView.ActualShowDetailButtons Property

This member supports the control's internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public bool ActualShowDetailButtons { get; }

#Property Value

Type Description
Boolean

true if detail expand buttons should be displayed; otherwise, false.

#Implements

DevExpress.Xpf.Grid.ITableView.ActualShowDetailButtons
See Also