Skip to main content

TcxSchedulerEventCellViewInfo.EditViewInfo Property

Stores ViewInfo information needed to draw the in-place editor used to display user event description.

Declaration

property EditViewInfo: TcxCustomEditViewInfo read;

Property Value

Type
TcxCustomEditViewInfo

Remarks

The information provided allows developers to get details on the current states of an editor, its elements and style attributes.

Note

If the TcxSchedulerEvent.Message property is empty, the EditViewInfo property returns nil (in delphi) or nullptr (in C++Builder).

See Also