Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditStyleValue Type

Enumerates flags describing which editor style attributes are assigned.

#Declaration

Delphi
TcxEditStyleValue = cxContainer.TcxContainerStyleValue;

#Referenced Class

Type
TcxContainerStyleValue

#Remarks

The TcxEditStyleValue type enumerates flags indicating which editor style attributes are assigned to the TcxCustomEditStyle object. These flags are set via the TcxCustomEditStyle.AssignedValues property.

Value Meaning
svBorderColor Indicates that the TcxCustomEditStyle.BorderColor property is assigned a value.
svBorderStyle Indicates that the TcxCustomEditStyle.BorderStyle property is assigned a value.
svButtonStyle Indicates that the TcxCustomEditStyle.ButtonStyle property is assigned a value.
svButtonTransparency Indicates that the TcxCustomEditStyle.ButtonTransparency property is assigned a value.
svColor Indicates that the TcxCustomEditStyle.Color property is assigned a value.
svEdges Indicates that the TcxCustomEditStyle.Edges property is assigned a value.
svFont Indicates that the TcxCustomEditStyle.Font property is assigned a value.
svHotTrack Indicates that the TcxCustomEditStyle.HotTrack property is assigned a value.
svPopupBorderStyle Indicates that the TcxCustomEditStyle.PopupBorderStyle property is assigned a value.
svShadow Indicates that the TcxCustomEditStyle.Shadow property is assigned a value.
svTransparentBorder Indicates that the TcxCustomEditStyle.TransparentBorder property is assigned a value.
See Also