[]
        
(Showing Draft Content)

C1.Win.List.Split

Split Class

Represents a horizontal or vertical pane to display and edit data.

Inheritance
Split
Implements
Namespace: C1.Win.List
Assembly: C1.Win.List.8.dll
Syntax
public class Split : View, IDisposable

Properties

Name Description
AllowColMove

Gets or sets a value indicating the ability to move columns.

AllowColSelect

Gets or sets a value indicating the ability to select columns.

AllowFocus

Gets or sets a value indicating whether the split can recive focus.

AllowHorizontalSizing

Gets or sets a value indicating whether a user is allowed to resize horizontal splits.

AllowRowSizing

Gets or sets how interactive row resizing is performed.

AllowVerticalSizing

Gets or sets a value indicating whether a user is allowed to resize vertical splits.

AlternatingRowStyle

Gets or sets a value indicating whether the split uses the OddRowStyle for odd-numbered rows and EvenRowStyle for even-numbered rows.

Caption

Gets or sets the caption.

CaptionHeight

Gets or sets the height of the caption.

CaptionStyle

Gets or sets the Style object that controls the appearance of the caption area.

ColumnCaptionHeight

Gets or sets the height of the column captions.

ColumnFooterHeight

Gets or sets the height of column footers.

CurrentCellVisible

Gets or sets a value indicating the visibility of the current cell in a split.

DisplayColumns

Gets a collection of C1DisplayColumn objects.

EvenRowStyle

Gets or sets the Style object that controls the appearance of an even-numbered row when using AlternatingRows.

ExtendRightColumn

Gets or sets a value that determines how the last column will extend to fill the dead area of the split.

FetchRowStyles

Gets or sets a value indicating whether the FetchRowStyle event will be raised.

FirstRow

Gets or sets the row index for the first visible row in a split.

FooterStyle

Gets or sets the Style object that controls the appearance of column footers.

GroupColumns
HScrollBar

Gets the HBar object that controls the appearance of the horizontal scrollbar.

HeadingStyle

Gets or sets the Style object that controls the appearance of the grids column headers.

Height

Gets or sets the client rectangle height.

HighLightRowStyle

Gets or sets the Style object that controls the current row/cell when the C1.Win.List.Split.MarqueeStyle is set to Highlight Row/Cell.

HorizontalScrollGroup

Gets or sets the group which synchronizes horizontal scrolling between splits.

LeftCol

Gets or sets the left most visible column for a split.

Name

Gets or sets the name of a split.

OddRowStyle

Gets or sets the Style object that controls the appearance of an odd-numbered row when using AlternatingRows.

RecordSelectorStyle

Gets or sets the Style object that controls the appearance of the RecordSelectors"/>.

SelectedStyle

Gets or sets the Style object that controls the appearance of selected rows and columns.

SplitSize

Gets or sets the size of a split.

SplitSizeMode

Gets or sets a value indicating how the SplitSize property is used to determine the actual size of a split.

Style

Gets or sets the root Style object for the Split.

VScrollBar

Gets the VBar object that controls the appearance of the vertical scrollbar.

VerticalScrollGroup

Gets or sets the group which synchronizes verticall scrolling between splits.

Methods

Name Description
AddCellStyle(CellStyleFlag, Style)

Controls the Style used to change the appearance for cells meeting the specified condition.

AddRegexCellStyle(CellStyleFlag, Style, string)

Controls the Style used to change the appearance of cells according to their contents.

ClearCellStyle(CellStyleFlag)

Removes a cell condition established with a previous call to the AddCellStyle(CellStyleFlag, Style) method.

ClearRegexCellStyle(CellStyleFlag)

Removes a cell condition established with a previous call to the AddCellStyle(CellStyleFlag, Style) method.

ClearRegexCellStyle(CellStyleFlag, string)

Removes a cell condition established with a previous call to the AddRegexCellStyle(CellStyleFlag, Style, string) method.

FilterColumnAt(Point, out int)
OnFilterChanged()
ResetCaptionHeight()

Restore the CaptionHeight property to its default value.

ResetColumnCaptionHeight()

Restore the ColumnCaptionHeight property to its default value.

ResetColumnFooterHeight()

Restore the ColumnFooterHeight property to its default value.

ShouldSerializeCaptionHeight()

Indicates whether the CaptionHeight has a default value.

ShouldSerializeColumnCaptionHeight()

Indicates whether the ColumnCaptionHeight has a default value.

ShouldSerializeColumnFooterHeight()

Indicates whether the ColumnFooterHeight has a default value.

computeColHeaderArea()
drawMarquee(PaintEventArgs)
getEditData(int, C1DisplayColumn)
getFilterRect(int)
getFilterTextRect(int)
getHScrollRect()
invalidateCurrentCell()
keyLeft()
keyPgDown()
keyPgUp()
keyRight()
keyUp()
renderInnerCell(Graphics, Style, ref Rectangle, int, int, string, bool, bool, bool, bool, Image)
setCurrentCell(int, int)