Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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