Skip to main content

LayoutViewCard.CustomHeaderButtons Property

This property is not supported by the LayoutViewCard class.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.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