EditorToolGroupTag Property |
Gets or sets a string which will be used by the ToolAdapter to associate
the group with the adapter's virtual structure. In the default adapter this
is the name of the docking zone where the toolbar should be placed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string Tag { get; set; }
Public Overridable Property Tag As String
Get
Set
public:
virtual property String^ Tag {
String^ get ();
void set (String^ value);
}
abstract Tag : string with get, set
override Tag : string with get, set
Property Value
Type:
String
See Also