windowsforms-devexpress-dot-xtragantt-dot-localization-248912bb.md
Enumerates captions and date-time formats for the GanttControl.
Namespace : DevExpress.XtraGantt.Localization
Assembly : DevExpress.XtraGantt.v25.2.dll
NuGet Package : DevExpress.Win.Gantt
public enum GanttStringId
Public Enum GanttStringId
| 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”
|
| TimelineBarEmptyText |
Returns “Add tasks with dates to the timeline”
|
| TimelineMenuRemoveButtonText |
Returns “Remove from timeline”
|
| TimelineMenuAddButtonText |
Returns “Add to timeline”
|
| TimelineMenuGotoButtonText |
Returns “Go to Selected Task”
|
| TimelineMenuAddBar |
Returns “Add Timeline”
|
| TimelineMenuRemoveBar |
Returns “Remove Timeline”
|
| TimelineMenuBarDateRange |
Returns “Date range”
|
| TimelineBarRangeFormCaption |
Returns “Set Timeline dates”
|
| TimelineBarRangeFromProject |
Returns “Derive start and finish dates from tasks”
|
| TimelineBarRangeCustom |
Returns “Set custom dates”
|
| TimelineBarRangeStart |
Returns “Start”
|
| TimelineBarRangeFinish |
Returns “Finish”
|
| TimelineBarRangeOK |
Returns “OK”
|
| TimelineBarRangeCancel |
Returns “Cancel”
|
| TimelineBarRangeAlert |
Returns “Start date must be less than finish date”
|
See Also