FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid.Localization Namespace / RowDetailsStrings Class / ResourceManager Property

In This Topic
    ResourceManager Property (RowDetailsStrings)
    In This Topic
    The ResourceManager object used for lookup resources.
    Syntax
    'Declaration
     
    
    Public Shared Property ResourceManager As ResourceManager
    public static ResourceManager ResourceManager {get; set;}
    Remarks
    Set this property to the valid value if you define resources in a Custom Control assembly.
    See Also