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