Skip to main content
A newer version of this page is available. .

GanttStringId Enum

Enumerates captions and date-time formats for the GanttControl.

Namespace: DevExpress.XtraGantt.Localization

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public enum GanttStringId

Members

Name Description
ShowHorzLinesCaption

“Show Horizontal Lines”

ShowHorzLinesDescription

“Show Horizontal Lines”

ChartToolsRibbonPageCategoryCaption

“Gantt Chart Tools”

TaskRibbonPageCaption

“Task”

ViewRibbonPageCaption

“View”

FormatRibbonPageCaption

“Format”

ScheduleRibbonPageGroupCaption

“Schedule”

SplitViewRibbonPageGroupCaption

“Split View”

ColumnsRibbonPageGroupCaption

“Columns”

ChangeAllowResizeCaption

“Allow Resize”

ChangeAllowResizeDescription

“Change Allow Resize”

ChoosePanelVisibilityCaption

“Panel Visibility”

ChoosePanelVisibilityDescription

“Choose Visible Panels”

DefaultPanelVisibilityCaption

“Default”

DefaultPanelVisibilityDescription

“Set Default Panel Visibility State”

BothPanelsVisibilityCaption

“Both”

BothPanelsVisibilityDescription

“Set Both Panels Visible”

ChartPanelVisibilityCaption

“Chart”

ChartPanelVisibilityDescription

“Set Chart Panel Visible”

TreePanelVisibilityCaption

“Tree”

TreePanelVisibilityDescription

“Set Tree Panel Visibile”

ChooseFixedPanelCaption

“Fixed Panel”

ChooseFixedPanelDescription

“Choose Fixed Panel”

DefaultFixedPanelCaption

“Default”

DefaultFixedPanelDescription

“Set Default Fixed Panel State”

NoneFixedPanelCaption

“None”

NoneFixedPanelDescription

“Set None Fixed Panels”

ChartFixedPanelCaption

“Chart”

ChartFixedPanelDescription

“Set Chart Fixed Panel”

TreeFixedPanelCaption

“Tree”

TreeFixedPanelDescription

“Set Tree Fixed Panel”

PrintPreviewInfoLabel

“Nothing”

PrintPreviewStopOperationButton

“Stop”

PrintPreviewPrintButton

“Print”

PrintPreviewPrintQuickButton

“Print Quick”

PrintPreviewPageSetupButton

“Page Setup”

PrintPreviewZoomInButton

“Zoom In”

PrintPreviewZoomOutButton

“Zoom Out”

PrintPreviewZoom

“Zoom”

PrintPreviewClosePreviewButton

“Close”

PrintPreviewBestFit

“Best Fit”

PrintPreviewGroupPrint

“Print”

PrintPreviewGroupZoom

“Zoom”

PrintPreviewGroupClose

“Close”

InteractionTooltipStartCaption

TASK START

InteractionTooltipFinishCaption

TASK FINISH

InteractionTooltipProgressCaption

PROGRESS

InteractionTooltipPredecessorCaption

PREDECESSOR

InteractionTooltipSuccessorCaption

SUCCESSOR

YearFormat

Not specified.

LongQuarterFormat

“Qtr {0}, {1}”

QuarterFormat

“Q{0}”

LongHalfYearFormat

“Half {0}, {1}”

HalfYearFormat

“H{0}”

MonthYearFormat

Not specified.

ShortMonthFormat

Not specified.

LongMonthFormat

Not specified.

MonthFormat

Not specified.

DayFormat

Not specified.

LongDayFormat

Not specified.

HourFormat

Not specified.

LongHourFormat

Not specified.

MinuteFormat

Not specified.

LongMinuteFormat

Not specified.

SecondFormat

Not specified.

LongSecondFormat

Not specified.

MillisecondFormat

Not specified.

LongMillisecondFormat

Not specified.

PrintLegendTaskItemCaption

“Task”

PrintLegendSummaryTaskItemCaption

“Summary Task”

PrintLegendMilestoneItemCaption

“Milestone”

PrintLegendProgressItemCaption

“Progress”

PrintLegendSplitItemCaption

“Split”

PrintLegendTaskBaselineItemCaption

“Baseline”

PrintLegendSummaryTaskBaselineItemCaption

“Summary Baseline”

PrintLegendMilestoneBaselineItemCaption

“Milestone Baseline”

PrintLegendCriticalTaskItemCaption

“Critical”

PrintLegendCriticalSplitItemCaption

“Critical Split”

See Also