IDataGridCollectionViewCulture Property
Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
CultureInfo Culture { get; set; }
Property Culture As CultureInfo
Get
Set
abstract Culture : CultureInfo with get, set
Return Value
CultureInfoThe culture information to use during culture-sensitive operations.