Skip to main content
Tab

EditPropertiesBase Class

Serves as the base class for all the editor properties classes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract class EditPropertiesBase :
    PropertiesBase,
    IWebControlObject,
    ISkinOwner,
    IPropertiesOwner,
    IDesignTimePropertiesOwner,
    IAssignEditorProperties

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