Intersoft ClientUI Documentation
Culture Property (PagedCollectionView)



Gets or sets the cultural information for any operations of the view that might differ by culture, such as sorting.
Syntax
Public Property Culture As CultureInfo
Dim instance As PagedCollectionView
Dim value As CultureInfo
 
instance.Culture = value
 
value = instance.Culture
public CultureInfo Culture {get; set;}
public:
property CultureInfo^ Culture {
   CultureInfo^ get();
   void set (    CultureInfo^ value);
}

Property Value

The culture to use during view operations.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe culture information is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback