EditPropertiesBase Class
In This Article
Serves as the base class for all the editor properties classes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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:
Show 15 links
#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
Show 113 items
Object
StateManager
PropertiesBase
EditPropertiesBase
See Also