Click or drag to resize
GridStatusBarItemSettings Class
This class holds settings related to the StatusBar item.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridStatusBarItemSettings

Namespace: Kettic.AspNet.Controls
Assembly: 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

The GridStatusBarItemSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridStatusBarItemSettings
Top
Properties
  NameDescription
Public propertyLoadingText
Gets or sets the text that will be displayed in GridStatusBarItem when Kettic KaxGrid is performing an AJAX request.
Public propertyReadyText
Gets or sets the text that will be displayed in GridStatusBarItem when Kettic KaxGrid does not perform any operations.
Public propertyStatusLabelID
Gets the ID of the Label that will display the status message.
Top
See Also