[]
        
(Showing Draft Content)

C1.Win.FlexGrid.SortColEventArgs.Handled

Handled Property

Handled

Gets or sets a value indicating whether the drag operation has been handled by the event handler.

Declaration
public bool Handled { get; set; }
Remarks

Setting this parameter to true cancels the built-in sort but updates the sorting glyph as if the sort had been performed. This is useful when the event handler performs custom sorting.