Class DefaultStyle
Gets or sets the Default style for SfDataGrid class.
Implements
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class DefaultStyle : DataGridStyle, IDisposable
  Constructors
DefaultStyle()
Declaration
public DefaultStyle()
  Methods
GetBorderColor()
Gets the color of the border.
Declaration
public override Color GetBorderColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The border color.  | 
      
Overrides
GetBorderWidth()
Gets or sets the border width for the grid cells.
Declaration
public override float GetBorderWidth()
  Returns
| Type | Description | 
|---|---|
| System.Single | The grid header cell border width  | 
      
Overrides
GetCaptionSummaryRowBackgroundColor()
Gets the captionsummary row background color.
Declaration
public override Color GetCaptionSummaryRowBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The captionsummary row default background color.  | 
      
Overrides
GetCaptionSummaryRowForegroundColor()
Gets the captionsummary row foreground color.
Declaration
public override Color GetCaptionSummaryRowForegroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The captionsummary row default foreground color.  | 
      
Overrides
GetColumnDragDownIndicator()
Gets the column drag down indicator.
Declaration
public override int GetColumnDragDownIndicator()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The column drag down indicator.  | 
      
Overrides
GetColumnDragUpIndicator()
Gets the column drag up indicator.
Declaration
public override int GetColumnDragUpIndicator()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The column drag up indicator.  | 
      
Overrides
GetCurrentCellBorderColor()
Gets the current cell border color.
Declaration
public override Color GetCurrentCellBorderColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The current cell border default foreground color.  | 
      
Overrides
GetGroupCollapseIcon()
Gets the group collapse icon.
Declaration
public override int GetGroupCollapseIcon()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The group collapse icon.  | 
      
Overrides
GetGroupExpanderIcon()
Gets the group expander icon.
Declaration
public override int GetGroupExpanderIcon()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The group expander icon.  | 
      
Overrides
GetHeaderBackgroundColor()
Gets the header's background color.
Declaration
public override Color GetHeaderBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The header's default background color.  | 
      
Overrides
GetHeaderBorderWidth()
Gets or sets the border width for the header cells.
Declaration
public override float GetHeaderBorderWidth()
  Returns
| Type | Description | 
|---|---|
| System.Single | The grid header cell border width  | 
      
Overrides
GetHeaderForegroundColor()
Gets the header's foreground color.
Declaration
public override Color GetHeaderForegroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The header's default foreground color.  | 
      
Overrides
GetRecordBackgroundColor()
Gets the record background color.
Declaration
public override Color GetRecordBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The record default background color.  | 
      
Overrides
GetRecordForegroundColor()
Gets the record foreground color.
Declaration
public override Color GetRecordForegroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The record's default foreground color.  | 
      
Overrides
GetResizingIndicatorColor()
Gets the resizing indicator color.
Declaration
public override Color GetResizingIndicatorColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The resizing indicator default color.  | 
      
Overrides
GetRowDragDownIndicator()
Gets the row drag down indicator.
Declaration
public override int GetRowDragDownIndicator()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The row drag down indicator.  | 
      
Overrides
GetRowDragUpIndicator()
Gets the row drag up indicator.
Declaration
public override int GetRowDragUpIndicator()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | The row drag up indicator.  | 
      
Overrides
GetSelectionBackgroundColor()
Gets the selection background color.
Declaration
public override Color GetSelectionBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The header's default background color.  | 
      
Overrides
GetSelectionForegroundColor()
Gets the selection foreground color.
Declaration
public override Color GetSelectionForegroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The selection default foreground color.  | 
      
Overrides
GetTableSummaryBackgroundColor()
Gets the tablesummary background color.
Declaration
public override Color GetTableSummaryBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The tablesummary default background color.  | 
      
Overrides
GetTableSummaryForegroundColor()
Gets the tablesummary foreground color.
Declaration
public override Color GetTableSummaryForegroundColor()
  Returns
| Type | Description | 
|---|---|
| Android.Graphics.Color | The tablesummary default foreground color.  |