dbicList Send comments on this topic.
Culture Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > DbiListControl Class : Culture Property

Determines information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings.

Syntax

Visual Basic (Declaration) 
Public Property Culture As CultureInfo
C# 
public CultureInfo Culture {get; set;}

Property Value

Cultureinfo

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also