Telerik.Web.UI.MonthYearPopupButton
The control that toggles the TimeView popup. You can customize the appearance by setting the object's properties.
Inheritance Hierarchy
- System.Object
- System.Web.UI.Control
- System.Web.UI.WebControls.WebControl
- Telerik.Web.UI.CalendarPopupButton : ICustomTypeDescriptor
- Telerik.Web.UI.MonthYearPopupButton
Properties
AccessKey String
Gets or sets the access key that allows you to quickly navigate to the Web server control.
BackColor Color
Gets or sets the background color of the Web server control.
BorderColor Color
Gets or sets the border color of the Web control.
BorderStyle BorderStyle
Gets or sets the border style of the Web server control.
BorderWidth Unit
Gets or sets the border width of the Web server control.
CssClass String
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
CssClass String
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
Enabled Boolean
Gets or sets a value indicating whether the Web server control is enabled.
EnableTheming Boolean
Gets or sets a value indicating whether themes apply to this control.
EnableViewState Boolean
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
Font FontInfo
Gets the font properties associated with the Web server control.
ForeColor Color
Gets or sets the foreground color (typically the color of the text) of the Web server control.
Height Unit
Gets or sets the height of the Web server control.
HoverImageUrl String
Gets or sets the popup button hover image URL.
ID String
Gets or sets the programmatic identifier assigned to the server control.
ImageUrl String
Gets or sets the popup button image URL.
ImageUrl String
Gets or sets the popup button image URL.
SkinID String
Gets or sets the skin to apply to the control.
TabIndex Int16
Gets or sets the tab index of the Web server control.
ToolTip String
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
ToolTip String
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
Visible Boolean
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Width Unit
Gets or sets the width of the Web server control.
Methods
GetAttributes
Returns a collection of custom attributes for this instance of a component.
Returns
System.ComponentModel.AttributeCollection
An containing
the attributes for this object.
GetClassName
Returns the class name of this instance of a component.
Returns
System.String
The class name of the object, or null if the class does not have a name.
GetComponentName
Returns the name of this instance of a component.
Returns
System.String
The name of the object, or null if the object does not have a name.
GetConverter
Returns a type converter for this instance of a component.
Returns
System.ComponentModel.TypeConverter
A that is the converter
for this object, or null if there is no
for this object.
GetDefaultEvent
Returns the default event for this instance of a component.
Returns
System.ComponentModel.EventDescriptor
An that represents
the default event for this object, or null if this object does not have events.
GetDefaultProperty
Returns the default property for this instance of a component.
Returns
System.ComponentModel.PropertyDescriptor
A that represents
the default property for this object, or null if this object does not have properties.
GetEditor
Returns an editor of the specified type for this instance of a component.
Parameters
editorBaseType System.Type
A that represents the editor for this object.
Returns
System.Object
An of the specified type that is the editor
for this object, or null if the editor cannot be found.
GetEvents
Returns the events for this instance of a component.
Returns
System.ComponentModel.EventDescriptorCollection
An that
represents the events for this component instance.
GetEvents
Returns the events for this instance of a component using the specified attribute array as a filter.
Parameters
attributes System.Attribute
An array of type that is used as a filter.
Returns
System.ComponentModel.EventDescriptorCollection
An that
represents the filtered events for this component instance.
GetProperties
Returns the properties for this instance of a component.
Returns
System.ComponentModel.PropertyDescriptorCollection
A
that represents the properties for this component instance.
GetProperties
Returns the properties for this instance of a component using the attribute array as a filter.
Parameters
attributes System.Attribute
An array of type that is used as a filter.
Returns
System.ComponentModel.PropertyDescriptorCollection
A
that represents the filtered properties for this component instance.
GetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
Parameters
pd System.ComponentModel.PropertyDescriptor
A that represents the property whose owner is to be found.
Returns
System.Object
An that represents the owner of the specified
property.