EditPropertiesBase Class
Serves as the base class for all the editor properties classes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public abstract class EditPropertiesBase :
PropertiesBase,
IWebControlObject,
ISkinOwner,
IPropertiesOwner,
IDesignTimePropertiesOwner,
IAssignEditorProperties
Related API Members
The following members return EditPropertiesBase objects:
Remarks
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.
Inheritance
Object
StateManager
PropertiesBase
EditPropertiesBase
See Also