TcxEditContainerStyles Class
In This Article
Contains style for the editing control cells.
#Declaration
Delphi
TcxEditContainerStyles = class(
TcxStyles
)
#Remarks
TcxEditContainerStyles object represents the collection of editing control styles. It inherits all the TcxStyles collection functionality and adds a new style (Content). This style defines the appearance of the editing control cells when the in-place editor is inactive.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomStyles
TcxStyles
TcxEditContainerStyles
See Also