Back to Devexpress

ButtonInfoBase.IsFirst Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttoninfobase-ea3715f2.md

latest1.0 KB
Original Source

ButtonInfoBase.IsFirst Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsFirst { get; }
vb
Public ReadOnly Property IsFirst As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ButtonInfoBase Class

ButtonInfoBase Members

DevExpress.Xpf.Editors Namespace