LayoutViewCard.CustomHeaderButtons Property
This property is not supported by the LayoutViewCard class.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override BaseButtonCollection CustomHeaderButtons { get; }
Property Value
Type |
---|
DevExpress.XtraEditors.ButtonPanel.BaseButtonCollection |
See Also