Xceed Grid for WinForms v4.3 Documentation
DefaultNoneButton Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalendar Class : DefaultNoneButton Property
Gets the default value of the NoneButton property.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property DefaultNoneButton As WinButton
'Usage
 
Dim instance As WinCalendar
Dim value As WinButton
 
value = instance.DefaultNoneButton
protected virtual WinButton DefaultNoneButton {get;}

Property Value

A WinButton representing the default value of the NoneButton property. Unless overridden, a null reference (Nothing in Visual Basic).
Remarks

When overriding DefaultNoneButton in a derived class, the value returned by your implementation should not be dynamic.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinCalendar Class
WinCalendar Members