Skip to main content
A newer version of this page is available. .
Tab

AppearanceStyleBase Class

Serves as a base for classes that define appearance styles of different elements within web controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class AppearanceStyleBase :
    Style,
    IStateManager,
    IPropertiesDirtyTracker

The following members return AppearanceStyleBase objects:

Show 55 links
Library Related API Members
ASP.NET Controls and MVC Extensions AppointmentViewInfo.AppointmentStyle
ASPxAutoCompleteBoxBase.ListBoxStyle
ASPxTrackBar.LeftTopLabelStyle
ASPxTrackBar.RightBottomLabelStyle
ASPxTrackBar.ScaleStyle
ASPxTrackBar.TrackStyle
AutoCompleteBoxPropertiesBase.ListBoxStyle
DiagramStyles.HistoryPanel
DiagramStyles.SidePanel
DiagramStyles.Toolbox
DockManagerSettings.ControlStyle
EditorStyles.Calendar
EditorStyles.CheckBoxList
EditorStyles.CheckEdit
EditorStyles.Hyperlink
EditorStyles.Image
EditorStyles.Label
EditorStyles.ListBox
EditorStyles.RadioButtonList
EditorStyles.TrackBar
EditorStyles.TrackBarLeftTopLabel
EditorStyles.TrackBarRightBottomLabel
EditorStyles.TrackBarScale
FileManagerStyles.Breadcrumbs
HtmlEditorDocumentStyles.MergeStyles(AppearanceStyleBase)
HtmlEditorFileManagerStyles.Control
HtmlEditorRibbonStyles.Control
HtmlEditorRoundPanelStyles.ControlStyle
RibbonEditorStyles.Hyperlink
RibbonEditorStyles.RadioButtonList
RibbonEditorStyles.TrackBar
RibbonEditorStyles.TrackBarLeftTopLabel
RibbonEditorStyles.TrackBarRightBottomLabel
RibbonEditorStyles.TrackBarScale
RibbonStyles.Group
RibbonStyles.GroupDialogBoxLauncher
RichEditFileManagerStyles.Control
SettingsBase.ControlStyle
SiteMapStyles.GetLevelDefaultStyle(Int32, Boolean, Boolean, Boolean)
StylesBase.CreateStyleByName(String, String)
StylesBase.CreateStyleByName(String)
TrackBarProperties.LeftTopLabelStyle
TrackBarProperties.RightBottomLabelStyle
TrackBarProperties.ScaleStyle
TreeViewSettings.ControlStyle
UploadControlStyles.ErrorMessage
UploadControlValidationSettings.ErrorStyle
ASP.NET Bootstrap Controls BootstrapBinaryImageUploadValidationSettings.ErrorStyle
BootstrapComboBox.ListBoxStyle
BootstrapComboBoxProperties.ListBoxStyle
BootstrapTagBox.ListBoxStyle
BootstrapTagBoxProperties.ListBoxStyle
BootstrapUploadControlValidationSettings.ErrorStyle
Reporting DocumentViewerRibbonStyles.Control
ReportToolbarStyles.ComboBoxListStyle

Remarks

The AppearanceStyleBase class implements the base functionality common for all classes defining appearance styles of different visual elements.

Inheritance

Show 276 items
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
See Also