Class DefaultStyle
Gets or sets the Default style for SfDataGrid class.
Implements
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class DefaultStyle : DataGridStyle, IDisposable
  Constructors
DefaultStyle()
Declaration
public DefaultStyle()
  Methods
GetBorderColor()
Gets the color of the border.
Declaration
public override UIColor GetBorderColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | 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 UIColor GetCaptionSummaryRowBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The captionsummary row default background color.  | 
      
Overrides
GetCaptionSummaryRowForegroundColor()
Gets the captionsummary row foreground color.
Declaration
public override UIColor GetCaptionSummaryRowForegroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The captionsummary row default foreground color.  | 
      
Overrides
GetColumnDragDownIndicator()
Gets the column drag down indicator.
Declaration
public override UIImage GetColumnDragDownIndicator()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The column drag down indicator.  | 
      
Overrides
GetColumnDragUpIndicator()
Gets the column drag up indicator.
Declaration
public override UIImage GetColumnDragUpIndicator()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The column drag up indicator.  | 
      
Overrides
GetCurrentCellBorderColor()
Gets the current cell border color.
Declaration
public override UIColor GetCurrentCellBorderColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The current cell border default foreground color.  | 
      
Overrides
GetGroupCollapseIcon()
Gets the group collapse icon.
Declaration
public override UIImage GetGroupCollapseIcon()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The group collapse icon.  | 
      
Overrides
GetGroupExpanderIcon()
Gets the group expander icon.
Declaration
public override UIImage GetGroupExpanderIcon()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The group expander icon.  | 
      
Overrides
GetHeaderBackgroundColor()
Gets the header's background color.
Declaration
public override UIColor GetHeaderBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | 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 UIColor GetHeaderForegroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The header's default foreground color.  | 
      
Overrides
GetRecordBackgroundColor()
Gets the record background color.
Declaration
public override UIColor GetRecordBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The record default background color.  | 
      
Overrides
GetRecordForegroundColor()
Gets the record foreground color.
Declaration
public override UIColor GetRecordForegroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The record's default foreground color.  | 
      
Overrides
GetResizingIndicatorColor()
Gets the resizing indicator color.
Declaration
public override UIColor GetResizingIndicatorColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The resizing indicator default color.  | 
      
Overrides
GetRowDragDownIndicator()
Gets the row drag down indicator.
Declaration
public override UIImage GetRowDragDownIndicator()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The row drag down indicator.  | 
      
Overrides
GetRowDragUpIndicator()
Gets the row drag up indicator.
Declaration
public override UIImage GetRowDragUpIndicator()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIImage | The row drag up indicator.  | 
      
Overrides
GetSelectionBackgroundColor()
Gets the selection background color.
Declaration
public override UIColor GetSelectionBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The header's default background color.  | 
      
Overrides
GetSelectionForegroundColor()
Gets the selection foreground color.
Declaration
public override UIColor GetSelectionForegroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The selection default foreground color.  | 
      
Overrides
GetTableSummaryBackgroundColor()
Gets the tablesummary background color.
Declaration
public override UIColor GetTableSummaryBackgroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The tablesummary default background color.  | 
      
Overrides
GetTableSummaryForegroundColor()
Gets the tablesummary foreground color.
Declaration
public override UIColor GetTableSummaryForegroundColor()
  Returns
| Type | Description | 
|---|---|
| UIKit.UIColor | The tablesummary default foreground color.  |