Back to Devexpress

TcxCustomGridTableShowLockedStateImageOptions Class

vcl-cxgridcustomtableview-f438e3a3.md

latest2.5 KB
Original Source

TcxCustomGridTableShowLockedStateImageOptions Class

The base class for the TcxGridTableShowLockedStateImageOptions class.

Declaration

delphi
TcxCustomGridTableShowLockedStateImageOptions = class(
    TcxCustomGridShowLockedStateImageOptions
)

Remarks

Provides the following settings for a “Locked View” image:

PropertyDescription
BestFitSpecifies the “Locked View” image display mode for the View, pending updates in the best fit operations.
FilteringSpecifies the “Locked View” image display mode for the View, pending updates in the filtering operations.
GroupingSpecifies the “Locked View” image display mode for the View, pending updates in the grouping operations.
PostingSpecifies the “Locked View” image display mode for the View, pending updates on post data operations.
SortingSpecifies the “Locked View” image display mode for the View, pending updates in the sorting operations.

Do not use this class directly. Use its descendant instead.

Inheritance

TObject TPersistent TcxCustomGridShowLockedStateImageOptions TcxCustomGridTableShowLockedStateImageOptions

See Also

TcxCustomGridTableShowLockedStateImageOptions Members

cxGridCustomTableView Unit