ListSortDirection? DefaultSortDirection { get; }
ReadOnly Property DefaultSortDirection As ListSortDirection?
Get
property Nullable<ListSortDirection^> DefaultSortDirection {
Nullable<ListSortDirection^> get ();
}
abstract DefaultSortDirection : Nullable<ListSortDirection> with get