Back to Devexpress

GroupControl.ButtonInterval Property

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-089f6cbb.md

latest2.3 KB
Original Source

GroupControl.ButtonInterval Property

Gets or sets the distance, in pixels, between GroupControl.CustomHeaderButtons.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Appearance")]
public virtual int ButtonInterval { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(0)>
Public Overridable Property ButtonInterval As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the distance, in pixels, between GroupControl.CustomHeaderButtons.

|

Remarks

Using the GroupControl.CustomHeaderButtons property, you can specify a collection of custom buttons displayed in the GroupControl header. The ButtonInterval property allows you to specify the distance between the buttons.

See Also

CustomHeaderButtons

CustomHeaderButtonsLocation

CustomButtonClick

CustomButtonChecked

CustomButtonUnchecked

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace