MonthYearFastNavigationSettingsCancelButtonText Property |
Gets or sets the value of the "Cancel" button caption;
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string CancelButtonText { get; set; }
Public Overridable Property CancelButtonText As String
Get
Set
public:
virtual property String^ CancelButtonText {
String^ get ();
void set (String^ value);
}
abstract CancelButtonText : string with get, set
override CancelButtonText : string with get, set
Property Value
Type:
String
This property can be used to localize the button caption. The default is
"Cancel".
See Also