Skip to main content

ButtonInfoBase.Index Property

Gets or sets the index at which an edit button is inserted in the ButtonEdit.Buttons collection. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public int Index { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the index at which an edit button is inserted in the ButtonEdit.Buttons collection.

See Also