GridStatusBarItemSettings Class |
This class holds settings related to the StatusBar item.
Inheritance Hierarchy
SystemObject
ObjectWithState
Kettic.AspNet.ControlsGridStatusBarItemSettings
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridStatusBarItemSettings : ObjectWithState
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class GridStatusBarItemSettings
Inherits ObjectWithState
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridStatusBarItemSettings : public ObjectWithState
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridStatusBarItemSettings =
class
inherit ObjectWithState
end
The GridStatusBarItemSettings type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | LoadingText |
Gets or sets the text that will be displayed in
GridStatusBarItem when Kettic KaxGrid is performing an
AJAX request.
|
 | ReadyText |
Gets or sets the text that will be displayed in
GridStatusBarItem when Kettic KaxGrid does not perform
any operations.
|
 | StatusLabelID | Gets the ID of the Label that will display the status message. |
Top
See Also