ASPxSchedulerStyles Members
Contains the scheduler element’s style settings.Constructors
| Name | Description |
|---|---|
| ASPxSchedulerStyles(ASPxScheduler) | Initializes a new instance of the ASPxSchedulerStyles class. |
Fields
| Name | Description |
|---|---|
| ErrorInformationStyleName | For internal use only. |
| FormButtonStyleName | For internal use only. |
| InplaceEditorStyleName | For internal use only. |
| NavigationButtonStyleName | For internal use only. |
| ToolbarStyleName | For internal use only. |
| ToolTipSquaredCornersStyleName | For internal use only. |
| ViewVisibleIntervalStyleName | For internal use only. |
Properties
| Name | Description |
|---|---|
| Buttons | Gets the style settings that define the appearance of a scheduler’s buttons. |
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| ErrorInformation | Gets the style settings that define the appearance of the error information. |
| FormButton | Gets the style settings that define the appearance of a corresponding scheduler’s element. |
| FormEditors | Gets the style settings that define the appearance of the form’s editors. |
| InplaceEditor | Gets the style settings that define the appearance of the inplace editors. |
| LoadingDiv | Gets the style settings used to paint a rectangle displayed above the scheduler while waiting for a callback response. |
| LoadingPanel | Gets the loading panel’s style settings. |
| Menu | Gets the style settings that define the appearance of a corresponding scheduler’s element. |
| NavigationButton | Gets the style settings that define the appearance of the navigation buttons. |
| PopupForm | Gets the style settings that define the appearance of the popup form. |
| ResourceNavigator | Gets the style settings that define the appearance of the Resource Navigator. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
| Toolbar | Gets the style settings that define the appearance of the toolbar. |
| ToolTipRoundedCorners | Gets the style settings that define the appearance of the rounded corners of the tooltip. |
| ToolTipSquaredCorners | Gets the style settings that define the appearance of the squared corners of the tooltip. |
| ViewNavigator | Gets the style settings that define the appearance of the View Navigator. |
| ViewSelector | Gets the style settings that define the appearance of the View Selector. |
| ViewVisibleInterval | Gets the style settings that define the appearance of the View Visible Interval. |
Methods
| Name | Description |
|---|---|
| Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from StylesBase. |
| CopyFrom(StylesBase) | Duplicates the properties of the specified object to the current instance of the ASPxSchedulerStyles class. |
| CreateStyleCopyByName<T>(String) | Creates and returns a copy of a style object with the specified name. Inherited from StylesBase. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsDefaultAppearanceEnabled() | Specifies whether the control’s default appearance is enabled. For internal use only, Inherited from StylesBase. |
| IsNative() | Returns a value indicating whether the control is rendered as a native HTML control. Inherited from StylesBase. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Returns the StylesBase object to its original state. Inherited from StylesBase. |
| ToString() | Returns the string that represents the current object. Inherited from StylesBase. |
See Also