Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerStyles.GetSplitterParams(TcxSchedulerSplitterKind) Method

Returns the TcxViewParams record containing information about the AKind splitter’s style attributes.

#Declaration

Delphi
function GetSplitterParams(AKind: TcxSchedulerSplitterKind): TcxViewParams;

#Parameters

Name Type
AKind TcxSchedulerSplitterKind

#Returns

Type
TcxViewParams

#Remarks

Use the GetSplitterParams method to get information about the style attributes of the AKind splitter.

If the value of the AKind parameter is skHorizontal the TcxViewParams provides information about the horizontal splitter’s style attributes. If the value of the AKind parameter is skVertical the TcxViewParams provides information about the vertical splitter’s style attributes.

See Also