Gets or sets DataSortingType of this DataCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override DataSortingType DataSortingType { get; set; }
Public Overrides Property DataSortingType As DataSortingType Get Set
public: virtual property DataSortingType DataSortingType { DataSortingType get () override; void set (DataSortingType value) override; }