KaxListViewGroupPlaceholderID Property |
Gets or sets the ID for the group placeholder in a
KaxListView control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string GroupPlaceholderID { get; set; }
Public Overridable Property GroupPlaceholderID As String
Get
Set
public:
virtual property String^ GroupPlaceholderID {
String^ get ();
void set (String^ value);
}
abstract GroupPlaceholderID : string with get, set
override GroupPlaceholderID : string with get, set
Return Value
Type:
String
The ID for the group placeholder in a
KaxListView control. The
default is "groupPlaceholder".
See Also