'Declaration <DescriptionAttribute("The symbol that is used as checked symbol.")> <CategoryAttribute("Common")> Public Property CheckedSymbol As System.String
[Description("The symbol that is used as checked symbol.")] [Category("Common")] public System.String CheckedSymbol { get; set; }
[Description("The symbol that is used as checked symbol.")] [Category("Common")] public: __property System.String get_CheckedSymbol(); public: __property void set_CheckedSymbol(
System.String value
);
[Description("The symbol that is used as checked symbol.")] [Category("Common")] public:
property System.String CheckedSymbol { System.String get(); void set(System.String value); }