Back to Devexpress

CalendarControlBase.FullButtonsHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-9f9e8794.md

latest1.5 KB
Original Source

CalendarControlBase.FullButtonsHeight Property

OBSOLETE

This behavior is now supported out-of-the-box.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This behavior is now supported out-of-the-box.")]
public int FullButtonsHeight { get; }
vb
<Obsolete("This behavior is now supported out-of-the-box.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property FullButtonsHeight As Integer

Property Value

Type
Int32

See Also

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace