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

ButtonInfoBase.IsFirst Property

Gets whether the current button is leftmost in the collection of buttons.

Namespace: DevExpress.Xpf.Editors

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

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

Declaration

public bool IsFirst { get; }

Property Value

Type Description
Boolean

true, if the current button is leftmost; otherwise, false.

See Also