EditorCaptionCellStyle Class
In This Article
Defines style settings for the editor’s caption container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class EditorCaptionCellStyle :
AppearanceStyle
#Related API Members
The following members return EditorCaptionCellStyle objects:
Show 20 links
#Remarks
The EditorCaptionCellStyle class contains settings that define the appearance of the editor caption container.
An object of the EditorCaptionCellStyle type can be accessed via the ASPxEditBase.CaptionCellStyle property.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
EditorCaptionCellStyle
See Also