Back to Devexpress

IDocumentSelectorDefaultProperties.HasButtonInterval Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-idocumentselectordefaultproperties-23ecbe04.md

latest1.6 KB
Original Source

IDocumentSelectorDefaultProperties.HasButtonInterval Property

Returns whether or not button interval is set to a custom value.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool HasButtonInterval { get; }
vb
ReadOnly Property HasButtonInterval As Boolean

Property Value

TypeDescription
Boolean

true if button interval is set to a custom value; otherwise, false.

|

Remarks

See the IDocumentSelectorProperties.ButtonInterval property to learn more.

See Also

IDocumentSelectorDefaultProperties Interface

IDocumentSelectorDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace