aspnet-devexpress-dot-web-5437368f.md
Serves as the base class for all the editor properties classes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public abstract class EditPropertiesBase :
PropertiesBase,
IWebControlObject,
ISkinOwner,
IPropertiesOwner,
IDesignTimePropertiesOwner,
IAssignEditorProperties
Public MustInherit Class EditPropertiesBase
Inherits PropertiesBase
Implements IWebControlObject,
ISkinOwner,
IPropertiesOwner,
IDesignTimePropertiesOwner,
IAssignEditorProperties
The following members return EditPropertiesBase objects:
Show 15 links
The EditPropertiesBase class is the base class for all editor properties classes. Each editor properties class stores settings specific to a particular editor type. These settings can be accessed directly only for editors used inplace within the ASPxGridView’s columns. For stand-alone editors, the editor settings being implemented in editor properties classes, are exposed at the editor control’s level.
Show 113 items
Object StateManager PropertiesBase EditPropertiesBase EditProperties
HERibbonCustomCssListBoxProperties
BootstrapCheckBoxListProperties
BootstrapDateEditCalendarProperties
BootstrapDateEditTimeEditProperties
BootstrapProgressBarProperties
BootstrapRadioButtonListProperties
BootstrapRadioButtonProperties
BootstrapSchedulerDateNavigatorProperties
ToolbarCustomComboBoxProperties
MVCxColumnBinaryImageEditProperties
MVCxColumnButtonEditProperties
MVCxColumnDropDownEditProperties
MVCxColumnProgressBarProperties
BootstrapBinaryImageEditProperties
BootstrapDropDownEditProperties
See Also